home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / mysql / bin / my.cnf < prev    next >
Text File  |  2004-12-29  |  2KB  |  82 lines

  1. # The MySQL client 
  2. [client] 
  3. # password       = your_password 
  4. port            = 3306 
  5. socket          = mysql 
  6.  
  7. # Here follows entries for some specific programs 
  8.  
  9. # The MySQL server 
  10. [mysqld] 
  11. old-passwords 
  12. port            = 3306 
  13. socket          = mysql 
  14. skip-locking 
  15. # default-character-set=utf8 
  16. character-set-server = latin1
  17. collation-server = latin1_general_ci
  18. key_buffer = 16M 
  19. max_allowed_packet = 1M 
  20. table_cache = 256 
  21. sort_buffer_size = 1M 
  22. read_buffer_size = 1M 
  23. read_rnd_buffer_size = 4M 
  24. net_buffer_length = 8K 
  25. myisam_sort_buffer_size = 64M 
  26. # log-bin 
  27. server-id       = 1 
  28. thread_cache = 8 
  29.  
  30. basedir=/xampp/mysql 
  31. tmpdir=/xampp/tmp 
  32. datadir=/xampp/mysql/data 
  33.  
  34. #bind-address=192.168.1.1 
  35. #log-update     = /path-to-dedicated-directory/hostname 
  36.  
  37. # Uncomment the following if you are using BDB tables 
  38. #set-variable   = bdb_cache_size=4M 
  39. #set-variable   = bdb_max_lock=10000 
  40.  
  41. skip-innodb 
  42. # Uncomment the following if you are using InnoDB tables 
  43. #innodb_data_home_dir = /xampp/mysql/ 
  44. #innodb_data_file_path = ibdata1:10M:autoextend 
  45. #innodb_log_group_home_dir = /xampp/mysql/ 
  46. #innodb_log_arch_dir = /xampp/mysql/ 
  47. # You can set .._buffer_pool_size up to 50 - 80 % 
  48. # of RAM but beware of setting memory usage too high 
  49. #set-variable = innodb_buffer_pool_size=16M 
  50. #set-variable = innodb_additional_mem_pool_size=2M 
  51. # Set .._log_file_size to 25 % of buffer pool size 
  52. #set-variable = innodb_log_file_size=5M 
  53. #set-variable = innodb_log_buffer_size=8M 
  54. #innodb_flush_log_at_trx_commit=1 
  55. #set-variable = innodb_lock_wait_timeout=50 
  56.  
  57. [mysqldump] 
  58. quick 
  59. max_allowed_packet=16M 
  60.  
  61. [mysql] 
  62. no-auto-rehash 
  63. # Remove the next comment character if you are not familiar with SQL 
  64. #safe-updates 
  65.  
  66. [isamchk] 
  67. set-variable    = key_buffer=20M 
  68. set-variable    = sort_buffer=20M 
  69. set-variable    = read_buffer=2M 
  70. set-variable    = write_buffer=2M 
  71.  
  72. [myisamchk] 
  73. set-variable    = key_buffer=20M 
  74. set-variable    = sort_buffer=20M 
  75. set-variable    = read_buffer=2M 
  76. set-variable    = write_buffer=2M 
  77.  
  78. [mysqlhotcopy] 
  79. interactive-timeout 
  80.  
  81. [WinMySQLadmin] 
  82. Server=/xampp/mysql/bin/winmysqladmin.exe